-
-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pin dependency versions in Dockerfile.tpu #9898
Conversation
👋 Hi! Thank you for contributing to the vLLM project. Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can do one of these:
🚀 |
Signed-off-by: Richard Liu <[email protected]>
Signed-off-by: Richard Liu <[email protected]>
Hi @youkaichao it looks like we have a failing tpu test because of depyf not supporting torch nightly (breaking change with check_fn). Any tips on what to do? |
thanks for the heads-up! let me fix it really quickly. |
RUN --mount=type=cache,target=/root/.cache/pip \ | ||
python3 -m pip install torch_xla[pallas] -f https://storage.googleapis.com/jax-releases/jax_nightly_releases.html -f https://storage.googleapis.com/jax-releases/jaxlib_nightly_releases.html | ||
# Install PyTorch and PyTorch XLA. | ||
RUN pip install --pre torch==2.6.0.dev20241028+cpu torchvision==0.20.0.dev20241028+cpu --index-url https://download.pytorch.org/whl/nightly/cpu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why do we need to install a cpu version first?
@bvrockwell the |
Closing as superseded by #10010 |
Pin the dependencies in Dockerfile.tpu to versions that work for Trillium